/* 1.首页 */
/* 1-1.美好出行 */
.index-trip {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin-top: 63px;
}

.index-trip .pic {
  margin-top: 67px;
}

.index-trip ul {
  margin-top: 62px;
}

.index-trip ul li {
  padding: 38px 43px;
}

.index-trip ul li .icon {
  width: 100%;
  height: 156px;
  text-align: center;
}

.index-trip ul li .icon img {
  height: auto;
}

.index-trip ul li:nth-child(1) .icon img {
  width: 199px;
}

.index-trip ul li:nth-child(2) .icon img {
  width: 220px;
}

.index-trip ul li:nth-child(3) .icon img {
  width: 186px;
}

.index-trip ul li:nth-child(4) .icon img {
  width: 137px;
}

.index-trip ul li h3 {
  margin-top: 23px;
  font-size: 20px;
}

.index-trip ul li .txt {
  margin-top: 19px;
}

@media (max-width: 1440px) {
  .index-trip {
    margin-top: 43px;
  }
  .index-trip .pic {
    margin-top: 32px;
  }
  .index-trip ul {
    margin-top: 32px;
  }
  .index-trip ul li {
    padding: 32px 32px;
  }
  .index-trip ul li h3 {
    font-size: 18px;
  }
  .index-trip ul li .txt {
    margin-top: 13px;
  }
  .index-trip ul li .icon {
    height: 120px;
  }
  .index-trip ul li:nth-child(1) .icon img {
    width: 160px;
  }
  .index-trip ul li:nth-child(2) .icon img {
    width: 180px;
  }
  .index-trip ul li:nth-child(3) .icon img {
    width: 140px;
  }
  .index-trip ul li:nth-child(4) .icon img {
    width: 120px;
  }
}

@media (max-width: 1000px) {
  .index-trip {
    margin-top: 32px;
  }
  .index-trip .pic {
    margin-top: 27px;
  }
  .index-trip ul {
    margin-top: 27px;
  }
  .index-trip ul li {
    padding: 17px 9px;
  }
  .index-trip ul li h3 {
    font-size: 16px;
    text-align: center;
  }
  .index-trip ul li .txt {
    margin-top: 7px;
  }
  .index-trip ul li .icon {
    height: 90px;
  }
  .index-trip ul li:nth-child(1) .icon img {
    width: 120px;
  }
  .index-trip ul li:nth-child(2) .icon img {
    width: 140px;
  }
  .index-trip ul li:nth-child(3) .icon img {
    width: 120px;
  }
  .index-trip ul li:nth-child(4) .icon img {
    width: 100px;
  }
}

/* 1-2.产品服务 */
.index-ser {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin-top: 63px;
    padding: 72px 0 90px;
    /*  background: url(../../../images/index-ser-bg.png) no-repeat center/cover;*/
    background: #f6f8f9;
}

.index-ser ul {
  margin-top: 85px;
}

.index-ser ul li {
  padding: 0 43px 52px;
}

.index-ser ul li .icon {
  width: 100%;
  height: 165px;
  text-align: center;
  margin-top: -25%;
}

.index-ser ul li .icon img {
  height: 156px;
}


.index-ser ul li h3 {
  font-size: 20px;
  margin-top: 23px;
  text-align: center;
  font-weight: bold;
}

.index-ser ul li .txt {
  margin-top: 19px;
  height: 140px;
}

.index-ser ul li .btns {
  width: 160px;
  height: 44px;
  line-height: 44px;
  margin: 32px auto 0;
}

@media (max-width: 1440px) {
  .index-ser {
    margin-top: 43px;
    padding: 43px 0 75px;
  }
  .index-ser ul {
    margin-top: 32px;
  }
  .index-ser ul li {
    padding: 32px 32px;
  }
  .index-ser ul li h3 {
    font-size: 18px;
  }
  .index-ser ul li .txt {
    margin-top: 13px;
  }
    .index-ser ul li .icon{
        height:130px;
    }
    .index-ser ul li .icon img {
        height: 125px;
    }
  .index-ser ul li .btns {
    width: 120px;
    height: 37px;
    line-height: 37px;
    margin: 0 auto;
  }
}

@media (max-width: 1000px) {
  .index-ser {
    margin-top: 32px;
    padding: 32px 0 ;
  }
  .index-ser ul {
    margin-top: 13px;
  }
  .index-ser ul li {
    padding: 17px 9px;
  }
  .index-ser ul li h3 {
    font-size: 16px;
  }
  .index-ser ul li .txt {
    margin-top: 7px;
    height: auto;
  }
  .index-ser ul li .icon {
    height: 90px;
  }
  .index-ser ul li .btns {
    width: 90px;
    height: 32px;
    line-height: 32px;
    margin: 23px auto 0;
  }
}

/* 1-3.选择 */
.index-cho {
  width: 100%;
  height: auto;
  box-sizing: border-box;
/*  margin-top: 63px;*/
  padding: 72px 0 90px;
}

.index-cho ul {
  margin-top: 50px;
}

.index-cho ul li {
  padding: 48px 7px;
}

.index-cho ul li .icon {
  width: 100%;
  height: 42px;
  text-align: center;
}

.index-cho ul li .icon img {
  width: auto;
  height: 42px;
}

.index-cho ul li h3 {
  margin-top: 27px;
  font-size: 20px;
  color: #345df1;
  font-weight: bold;
  text-align: center;
}

.index-cho ul li .list {
  margin-top: 23px;
}

.index-cho ul li .list p {
  color: #333333;
  display: flex;
  overflow: hidden;
  justify-content:center
}
    .index-cho ul li .list p span{
        position:relative;
        padding-left:0px;
        text-align:center
    }
/*        .index-cho ul li .list p span::before {
            content: "●";
            display: block;
            color: #345df1;
            font-size: 10px;
            display: inline-block;
            vertical-align: middle;
            position:absolute;
            left:0;
            top:4px;
        }*/

    .index-cho ul li:nth-child(4) .list p,
    .index-cho ul li:nth-child(5) .list p {
        justify-content: center;
    }

.index-cho ul li .list p:not(:first-child) {
  margin-top: 7px;
}

/*.index-cho ul li .list p span:nth-child(1) {
  color: #345df1;
  font-size: 10px;
  margin-right: 7px;
  display: inline-block;
  margin-top: 4px;
  vertical-align: middle;
}*/

@media (max-width: 1440px) {
  .index-cho {
    margin-top: 0px;
    padding: 43px 0 75px;
  }
  .index-cho ul {
    margin-top: 32px;
  }
  .index-cho ul li {
    padding: 32px 32px;
  }
  .index-cho ul li h3 {
    font-size: 18px;
  }
  .index-cho ul li .list {
    margin-top: 23px;
  }
}

@media (max-width: 1000px) {
  .index-cho {
    margin-top: 0px;
    padding: 32px 0 53px;
  }
  .index-cho ul {
    margin-top: 13px;
  }
  .index-cho ul li {
    padding: 17px 9px;
  }
  .index-cho ul li h3 {
    font-size: 16px;
    margin-top: 13px;
  }
  .index-cho ul li .list {
    margin-top: 13px;
  }
  .index-cho ul li .icon {
    height: 32px;
  }
  .index-cho ul li .icon img {
    height: 32px;
  }
  .index-cho ul li .list p:not(:first-child) {
    margin-top: 5px;
  }
  .index-cho ul li .list p span:nth-child(1) {
    font-size: 14px;
    margin-right: 0px;
    margin-top: 2px;
  }
}

/* 1-4.客户伙伴 */
.index-coop {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin-top: 63px;
}

.index-coop .contents {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.index-coop .contents a {
  display: block;
  width: calc((100% / 4) - 21px);
  height: auto;
}

.index-coop .contents a:not(:nth-child(4n)) {
  margin-right: 28px;
}

.index-coop .contents a:nth-child(n + 5) {
  margin-top: 28px;
}

.index-coop .contents a img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.index-coop .btns {
  margin: 64px auto 0;
  width: 266px;
  height: 64px;
  line-height: 64px;
  font-size:16px;
}

@media (max-width: 1440px) {
  .index-coop {
    margin-top: 43px;
  }
  .index-coop .contents {
    margin-top: 27px;
  }
  .index-coop .contents a {
    width: calc((100% / 4) - 9px);
  }
  .index-coop .contents a:not(:nth-child(4n)) {
    margin-right: 12px;
  }
  .index-coop .contents a:nth-child(n + 5) {
    margin-top: 12px;
  }
  .index-coop .btns {
    margin: 37px auto 0;
    width: 180px;
    height: 43px;
    line-height: 43px;
  }
}

@media (max-width: 1000px) {
  .index-coop {
    margin-top: 32px;
  }
  .index-coop .contents {
    margin-top: 13px;
  }
  .index-coop .contents a {
    width: calc((100% / 2) - 2px);
  }
  .index-coop .contents a:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .index-coop .contents a:not(:nth-child(2n)) {
    margin-right: 4px;
  }
  .index-coop .contents a:nth-child(n + 5) {
    margin-top: 0;
  }
  .index-coop .contents a:nth-child(n + 3) {
    margin-top: 4px;
  }
  .index-coop .contents a img {
    height: 75px;
  }
  .index-coop .btns {
    margin: 27px auto 0;
    width: 140px;
    height: 37px;
    line-height: 37px;
  }
}

/* 1-5.新闻中心 */
.index-news {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin-top: 63px;
  padding: 72px 0 60px;
}

.index-soc {
  margin-top: 0;
}

.index-news .mat {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.index-news .mat .cut {
  margin-top: 100px;
}

.index-news .mat .cut img {
  width: 48px;
  height: 48px;
  cursor: pointer;
}

.index-news .contents {
  width: 100%;
  box-sizing: border-box;
  padding: 15px 0;
  position:relative;
}

.index-news .contents a {
  display: block;
  width:100%;
  height: auto;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 24px;
  /* 蓝色阴影 */
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .16);
  margin: 10px 0;
}

.index-news .contents a img {
  width: 100%;
  height: auto;
}

.index-news .contents a div {
 /* padding: 13px 17px 25px;*/
  box-sizing: border-box;
}

    .index-news .contents .text {
        padding: 13px 17px 25px;
    }
        .index-news .contents .text h3 {
            font-size: 20px;
            color: #040504;
            line-height: 28px;
            margin-bottom: 10px;
            font-weight: 400;
            height: 56px;
            overflow: hidden;
            text-overflow: ellipsis;
            word-break: break-all;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }

    .index-news .contents .text span {
        display: block;
        color: #686968;
        font-size: 14px;
        margin-top: -3px;
    }

    .index-news .contents .text p {
        font-size: 14px;
        color: #686968;
        margin-top: 15px;
        line-height: 20px;
        height:60px;
        /* 文字最多显示几行 */
        overflow: hidden;
        text-overflow: ellipsis; /* 超出部分省略号 */
        word-break: break-all; /* break-all(允许在单词内换行。) */
        display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
        -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
        -webkit-line-clamp: 3; /* 显示的行数 */
    }

.index-news .sorter {
  margin-top: 15px;
  text-align: center;
}

.index-news .sorter p {
  display: inline-block;
  width: 40px;
  height: 4px;
  border-radius: 23px;
  background-color: #d2d4d5;
  cursor: pointer;
}

.index-news .sorter p:not(:last-child) {
  margin-right: 18px;
}

.index-news .sorter .active {
  background-color: #345df1;
}

@media (max-width: 1440px) {
  .index-news {
    margin-top: 43px;
    padding: 43px 0 75px;
  }
  .index-soc {
    margin-top: 0;
  }
  .index-news .mat {
    margin-top: 32px;
  }
  .index-news .contents {
    width: calc(100% - 45px);
  }
  .index-news .sorter {
    margin-top: 32px;
  }
  .index-news .sorter p {
    width: 32px;
  }
  .index-news .sorter p:not(:last-child) {
    margin-right: 9px;
  }
}

@media (max-width: 1000px) {
  .index-news {
    margin-top: 32px;
    padding: 32px 0 53px;
  }
  .index-soc {
    margin-top: 0;
  }
  .index-news .mat {
    margin-top: 19px;
    flex-direction: column;
  }
  .index-news .mat .cut {
    margin-top: 0;
    order: 1;
    text-align: center;
  }
  .index-news .mat .cut img {
    width: 27px;
    height: 27px;
  }
  .index-news .contents {
    padding: 0;
    order: 2;
    width: 100%;
    margin-top: 9px;
  }
  .index-news .contents a {
    width: 100%;
    min-width: 100%;
    box-shadow: 0 0 0 0;
    border-radius: 5px;
    margin-right: 7px;
    /* 蓝色边框 */
    border: 1px solid rgba(231, 233, 238, 1);
  }
  .index-news .contents a h6 {
    font-size: 14px;
    line-height: 21px;
  }
  .index-news .contents a p {
    font-size: 12px;
    margin-top: 3px;
    line-height: 21px;
  }
  .index-news .contents a span {
    font-size: 12px;
  }
  .index-news .sorter p {
    width: 28px;
    height: 2px;
  }
  .index-news .sorter {
    margin-top: 20px;
  }
}

/* 1-6.解决方案 */
.index-sol {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding:60px 0;
      background: url(../../../images/img-bnj2.png) no-repeat center;
    background-size:auto 100%
}

.index-sol .sol-tab-items .mol {
  display: none;
  padding:0 4%;
}

.index-sol .sol-tab-items .active {
  display: block;
}

.index-sol .contents {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index-sol .contents .left {
  padding-right: 70px;
}

.index-sol .contents .right img {
  width: 100%;
  height: 100%;
}

.index-sol .contents .desc {
  font-size: 18px;
  color: #fff;
  line-height: 32px;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inman-ideograph;
}

.index-sol .contents .btns {
  margin: 56px 0 0;
}

.index-sol .btns1 {
  margin: 56px auto 0;
}

.index-sol .img {
  margin-top: 30px;
}

.index-sol .img img {
  width: 100%;
  height: auto;
}

.index-sol .contents1 .left {
  width: 100%;
  padding-right: 0;
}

.index-sol .contents2 .right {
  width: 526px;
}

    .index-sol .contents2 .left {
        width: 50%;
    }

.index-sol .contents3 .right {
  width: 448px;
}

.index-sol .contents3 .left {
  width: 52%;
}

.index-sol .contents4 .right {
  width: 391px;
}

.index-sol .contents4 .left {
  width: 60%;
}

.index-sol .contents5 .right {
  width: 851px;
}

.index-sol .contents5 .left {
  width: calc(100% - 851px);
}

@media (max-width: 1440px) {
  .index-sol {
    margin-top: 0px;
  }
  .index-sol .contents .left {
    padding-right: 32px;
  }
  .index-sol .contents1 .left {
    padding-right: 0;
  }
  .index-sol .contents .desc {
    font-size: 16px;
  }
  .index-sol .contents .btns {
    margin: 32px 0 0;
  }
  .index-sol .btns1 {
    margin: 32px auto 0;
  }
  .index-sol .img {
    margin-top: 19px;
  }
  .index-sol .contents2 .right {
    width: 420px;
  }
  .index-sol .contents2 .left {
    width: calc(100% - 420px);
  }
  .index-sol .contents3 .right {
    width: 380px;
  }
  .index-sol .contents3 .left {
    width: calc(100% - 380px);
  }
  .index-sol .contents4 .right {
    width: 280px;
  }
  .index-sol .contents4 .left {
    width: calc(100% - 280px);
  }
  .index-sol .contents5 .right {
    width: 580px;
  }
  .index-sol .contents5 .left {
    width: calc(100% - 580px);
  }
}

@media (max-width: 1000px) {
  .index-sol {
    margin-top: 0px;
  }
  .index-sol .contents {
    flex-direction: column;
  }
  .index-sol .contents .left {
    padding-right: 0;
  }
  .index-sol .contents1 .left {
    padding-right: 0;
  }
  .index-sol .contents .right {
    margin: 19px auto 0;
  }
  .index-sol .contents .desc {
    font-size: 14px;
    line-height: 23px;
    text-align: center;
  }
  .index-sol .contents .btns {
    margin: 23px auto 0;
  }
  .index-sol .btns1 {
    margin: 23px auto 0;
  }
  .index-sol .img {
    margin-top: 13px;
  }
  .index-sol .contents2 .right {
    width: 50%;
  }
  .index-sol .contents3 .right {
    width: 50%;
  }
  .index-sol .contents4 .right {
    width: 40%;
  }
  .index-sol .contents5 .right {
    width: 60%;
  }
  .index-sol .contents2 .left {
    width: 100%;
  }
  .index-sol .contents3 .left {
    width: 100%;
  }
  .index-sol .contents4 .left {
    width: 100%;
  }
  .index-sol .contents5 .left {
    width: 100%;
  }
}

/* 2.资源中心||视频中心 */
.res {
  width: 100%;
  height: auto;
  margin-bottom: 43px;
}

.video {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.video a {
  display: block;
  width: calc((100% / 3) - 12px);
  height: auto;
  color: #333;
  position: relative;
  background-color: #ffffff;
  border-radius: 3px;
  overflow: hidden;
  /* 蓝色阴影 */
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .16);
  text-align:center;
}

.video-side a {
  width: calc((100% / 3) - 8px);
}

.video a:not(:nth-child(3n)) {
  margin-right: 18px;
}

.video a:nth-child(n + 4) {
  margin-top: 18px;
}

.video-side a:not(:nth-child(3n)) {
  margin-right: 12px;
}

.video-side a:nth-child(n + 4) {
  margin-top: 12px;
}

.video a .cover {
  width: auto;
  height: 258px;
}

.video a .play {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-side a .play {
  width: 29px;
  height: 29px;
  top: 28%;
}

.video a .desc {
  box-sizing: border-box;
  padding: 30px;
  text-align:left;
}

.video-side a .desc {
  box-sizing: border-box;
  padding: 14px 13px 17px;
}

.video a h3 {
  font-size: 20px;
  line-height: 32px;
  font-weight:400;
  height:64px;
}

.video-side a h3 {
    font-size: 16px;
    line-height: 27px;
    height: 57px;
}

.video a p {
  margin-top: 23px;
  color: #919191;
}

.video-side a p {
    font-size: 12px;
    margin-top: 13px;
    line-height: 19px;
    height: 59px;
}

.video-container {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 70%;
  height: auto;
  z-index: 300;
  overflow: hidden;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 1);
  /* 蓝色阴影 */
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
  cursor: pointer;
  border-radius: 10px;
  border: 3px solid #000;
}

.video-container img {
  width: 37px;
  height: 37px;
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
  z-index: 300;
}

.video-container video {
  width: 100%;
  height: auto;
  object-fit: fill;
  border-radius: 10px;
}

/* 2-1.热门视频 */
.video-hot {
  width: 100%;
  height: auto;
}

.video-hot a {
  display: block;
  width: 100%;
  height: 90px;
  color: #333;
  margin-top: 15px;
  background-color: #ffffff;
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  /* 蓝色阴影 */
  box-shadow: 0 0 15px 0 rgba(233, 235, 240, 1);
}

.video-hot a .cover {
  width: 150px;
  height: 100%;
  position: relative;
}

.video-hot a .cover img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.video-hot a .cover p {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 12px;
  color: #ffffff;
  box-sizing: border-box;
  padding: 2px 7px;
  background-color: rgba(0, 0, 0, 0.4);
}

.video-hot a .desc {
  width: calc(100% - 150px);
  box-sizing: border-box;
  padding: 11px 20px;
}

.video-hot a h3 {
  font-size: 14px;
  line-height: 21px;
  /* 文字最多显示几行 */
  overflow: hidden;
  text-overflow: ellipsis; /* 超出部分省略号 */
  word-break: break-all; /* break-all(允许在单词内换行。) */
  display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
  -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-line-clamp: 2; /* 显示的行数 */
  max-height: 80rpx; /* 设置最大高度，根据行高，要几行乘以几倍 */
}

.video-hot p {
  font-size: 12px;
  color: #919191;
  /* 超出隐藏 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 7px;
}

@media (max-width: 1440px) {
  .res {
    margin-bottom: 23px;
  }
  .video a {
    width: calc((100% / 3) - 7px);
  }
  .video a:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .video a:not(:nth-child(3n)) {
    margin-right: 7px;
  }
  .video a:nth-child(n + 4) {
    margin-top: 0;
  }
  .video a:nth-child(n + 4) {
    margin-top: 7px;
  }
  .video a .desc {
    padding: 13px 19px 27px;
  }
  .video-side a .desc {
    padding: 13px 13px 19px;
  }
  .video a h3 {
    font-size: 18px;
    line-height: 27px;
  }
  .video-side a h3 {
    font-size: 16px;
    line-height: 23px;
    
  }
  .video a p {
    margin-top: 10px;
  }
  .video-side a p {
    margin-top: 7px;
  }
 
  .video-container {
    width: 85%;
    border: 2px solid #000;
  }
  .video-container img {
    width: 32px;
    height: 32px;
  }
    .video-hot a .desc{
        padding:10px;
    }
/*  .video-hot a {
    height: auto;
    flex-direction: column;
  }*/
  /*.video-hot a .cover {
    width: 100%;
    height: 75px;
  }
  .video-hot a .cover p {
    right: 3px;
    bottom: 3px;
    padding: 1px 3px;
  }
  .video-hot a .desc {
    width: 100%;
    box-sizing: border-box;
    padding: 11px 7px 17px;
  }
  .video-hot a h3 {
    font-size: 14px;
    line-height: 19px;
  }
  .video-hot p {
    margin-top: 7px;
  }*/
}

@media (max-width: 1000px) {
  .res {
    margin-bottom: 13px;
  }
  .video {
    padding: 0;
  }
  .video a {
    width: 100%;
    border-radius: 3px;
    box-shadow: 0 0 0 0;
    /* 蓝色边框 */
    border: 1px solid rgba(231, 233, 238, 1);
  }
  .video a:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .video a:nth-child(n + 2) {
    margin-top: 7px;
  }
  .video a .play {
    width: 32px;
    height: 32px;
    top: 32%;
  }
  .video a .desc {
    padding: 13px 9px 17px;
  }
  .video a h3 {
    font-size: 16px;
    line-height: 21px;
    text-align: center;
  }
  .video-side a h3 {
    font-size: 14px;
    line-height: 21px;
    height:42px;
  }
  .video a p {
    margin-top: 7px;
    text-align: center;
  }
  .video-container {
    width: 95%;
    padding: 0;
    border-radius: 5px;
    border: 1px solid #000;
  }
  .video-container img {
    width: 23px;
    height: 23px;
    right: 7px;
    top: 7px;
  }
  .video-container video {
    border-radius: 5px;
  }
  .video-hot a .cover p {
    right: 3px;
    bottom: 3px;
    padding: 1px 3px;
  }
  .video-hot a {
    flex-direction: row;
    height: 90px;
    box-shadow: 0 0 0 0;
    /* 蓝色边框 */
    border: 1px solid rgba(231, 233, 238, 1);
    margin-top: 7px;
  }
  .video-hot a .cover {
    width: 150px;
    height: 100%;
  }
  .video-hot a .desc {
    width: calc(100% - 150px);
    padding: 11px 13px;
  }
  .video-hot a h3 {
    font-size: 14px;
    line-height: 18px;
  }
}

/* 3.市场活动 */
.act {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 71px 0 50px;
}

.act .chief {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
}

.act a {
  display: block;
  width: calc((100% / 2) - 15px);
  height: auto;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  /* 蓝色阴影 */
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .16);
}

.act a:not(:nth-child(2n)) {
  margin-right: 30px;
}

.act a:nth-child(n + 3) {
  margin-top: 30px;
}

.act a img {
  width: 100%;
  height: auto;
}

.act a div {
  padding: 27px 30px 40px;
  box-sizing: border-box;
}

.act a h3 {
  font-size: 20px;
  color: #333;
}

.act a p {
  font-size: 14px;
  color: #666666;
  margin-top: 23px;
  /* 文字最多显示几行 */
  overflow: hidden;
  text-overflow: ellipsis; /* 超出部分省略号 */
  word-break: break-all; /* break-all(允许在单词内换行。) */
  display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
  -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-line-clamp: 2; /* 显示的行数 */
  max-height: 80rpx; /* 设置最大高度，根据行高，要几行乘以几倍 */
}

@media (max-width: 1440px) {
  .act {
    margin: 43px 0;
  }
  .act a {
    width: calc((100% / 2) - 7px);
  }
  .act a:not(:nth-child(2n)) {
    margin-right: 14px;
  }
  .act a:nth-child(n + 3) {
    margin-top: 14px;
  }
  .act a div {
    padding: 19px 23px 27px;
  }
  .act a h3 {
    font-size: 18px;
  }
  .act a p {
    margin-top: 13px;
  }
}

@media (max-width: 1000px) {
  .act {
    margin: 32px 0 13px;
  }
  .act .chief {
    padding: 0;
  }
  .act a {
    width: 100%;
    box-shadow: 0 0 0 0;
    border-radius: 3px;
    /* 蓝色边框 */
    border: 1px solid rgba(231, 233, 238, 1);
  }
  .act a:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .act a:nth-child(n + 3) {
    margin-top: 0;
  }
  .act a:nth-child(n + 2) {
    margin-top: 7px;
  }
  .act a div {
    padding: 17px 7px 19px;
  }
  .act a h3 {
    font-size: 14px;
    text-align: center;
  }
  .act a p {
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
  }
}

/* 4.新闻中心 */
.news {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 31px;
}

.news a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  border-bottom: 1px solid #d6d6d6;
  padding: 30px 0;
}

.news a:first-child {
  margin-top: 0;
}

.news a img {
  width: 295px;
  height: auto;
  overflow: hidden;
}

.news a .right {
  width: calc(100% - 295px);
  height: 100%;
  box-sizing: border-box;
  padding-left: 49px;
}

.news a .right h3 {
  font-size: 24px;
  line-height: 27px;
  color: #333333;
  /* 超出隐藏 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
}

.news a .right div {
  font-size: 14px;
  margin-top: 35px;
  line-height: 27px;
  color: #919191;
  /* 文字最多显示几行 */
  overflow: hidden;
  text-overflow: ellipsis; /* 超出部分省略号 */
  word-break: break-all; /* break-all(允许在单词内换行。) */
  display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
  -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-line-clamp: 2; /* 显示的行数 */
  max-height: 80rpx; /* 设置最大高度，根据行高，要几行乘以几倍 */
}

.news a .right em {
  display: block;
  font-size: 14px;
  margin-top: 19px;
  color: #919191;
  font-weight: normal;
}

/* 4-1.体验 */
.news-exp {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 39px 42px 28px;
  border-radius: 5px;
  background-color: #fff;
  /* 蓝色阴影 */
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .16);
}

.news-exp h3 {
  font-size: 18px;
  text-align: center;
  color: #345df1;
  font-weight: bold;
}

.news-exp .btns {
  width: 220px;
  height: 50px;
  line-height: 50px;
  margin: 30px auto 0;
}

/* 4-2.搜索 */
.news-sea {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 42px;
    border-radius: 5px;
    margin-top: 30px;
    background-color: #fff;
    /* 蓝色阴影 */
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .16);
}

.news-sea input {
  width: 100%;
  height: 45px;
  line-height: 43px;
  outline: 0;
  box-sizing: border-box;
  padding: 0 20px;
  border: 1px solid #d8d8d8;
  margin-bottom: 35px;
  font-size: 14px;
  color: #919191;
}

.news-sea .tags {
  margin-top: 20px;
}

.news-sea .tags span {
  display: inline-block;
  border: 1px solid #d8d8d8;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  padding: 9px;
  margin-bottom: 11px;
  margin-right: 11px;
  cursor: pointer;
}

/* 4-3.文章 */
.news-arc {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 27px 42px;
    border-radius: 5px;
    margin-top: 30px;
    background-color: #fff;
    /* 蓝色阴影 */
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .16);
}

.news-arc .news-hot a {
  display: block;
  width: 100%;
  height: auto;
  color: #333;
  margin-top: 15px;
  background-color: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.news-arc .news-hot a img {
  width: 105px;
  height: auto;
}

.news-arc .news-hot a .right {
  width: calc(100% - 105px);
  height: 100%;
  box-sizing: border-box;
  padding-left: 15px;
}

.news-arc .news-hot a .right h3 {
  font-size: 16px;
  color: #333333;
  /* 超出隐藏 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
}

.news-arc .news-hot a .right div {
  font-size: 14px;
  color: #919191;
  /* 超出隐藏 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
}

.news-arc .news-hot a .right em {
  display: block;
  font-size: 14px;
  color: #919191;
  font-weight: normal;
}

@media (max-width: 1440px) {
  .news a {
    padding: 20px 0;
  }
  .news a img {
    width: 250px;
  }
  .news a .right {
    width: calc(100% - 250px);
    padding-left: 23px;
  }
  .news a .right h3 {
    font-size: 20px;
  }
  .news a .right em {
    margin-top: 5px;
  }
  .news a .right div {
    margin-top: 7px;
  }
  .news-exp,
  .news-sea,
  .news-arc {
    padding: 27px 19px 23px;
  }
  .news-exp h3 {
    font-size: 16px;
  }
  .news-exp .btns {
    width: 160px;
    height: 43px;
    line-height: 43px;
    margin: 18px auto 0;
  }
  .news-sea,
  .news-arc {
    margin-top: 18px;
  }
  .news-sea input {
    margin-bottom: 19px;
    height: 37px;
    line-height: 37px;
  }
  .news-sea .tags {
    margin-top: 10px;
  }
  .news-sea .tags span {
    padding: 7px;
    margin-bottom: 7px;
    margin-right: 7px;
    font-size: 12px;
  }
  .news-arc .news-hot a {
    margin-top: 10px;
  }
  .news-arc .news-hot a img {
  }
  .news-arc .news-hot a .right {
    padding: 13px 0 7px 10px;
  }
}

@media (max-width: 1000px) {
    .gen{
        margin:20px 0;
    }
    .news a {
        padding: 15px 0;
    }
  .news a img {
    width: 160px;
  }
  .news a .right {
    width: calc(100% - 160px);
    padding-left: 13px;
  }
  .news a .right h3 {
    font-size: 16px;
  }
  .news a .right em {
    font-size: 12px;
  }
  .news a .right div {
    font-size: 12px;
    line-height: 21px;
    margin-top: 3px;
  }
  .news-sea,
  .news-arc,
  .news-exp {
    margin-top: 13px;
    border-radius: 3px;
    padding: 19px 13px;
    box-shadow: 0 0 0 0;
    border-radius: 3px;
    /* 蓝色边框 */
    border: 1px solid rgba(231, 233, 238, 1);
  }
  .news-arc {
    margin-bottom: 23px;
  }
  .news-exp h3 {
    font-size: 14px;
  }
  .news-exp .btns {
    width: 120px;
    height: 37px;
    line-height: 37px;
    margin: 13px auto 0;
  }
  .news-sea input {
    margin-bottom: 13px;
    font-size: 12px;
  }
  .news-sea .tags {
    margin-top: 7px;
  }
  .news-sea .tags span {
    padding: 5px;
    margin-bottom: 4px;
    margin-right: 4px;
    font-weight: normal;
  }
  .news-arc .news-hot a {
    margin-top: 11px;
    flex-direction: row;
  }
  .news-arc .news-hot a img {
    width: 90px;
    height: auto;
  }
  .news-arc .news-hot a .right {
    width: calc(100% - 90px);
    padding: 0 7px 0 13px;
  }
  .news-arc .news-hot a .right h3 {
    font-size: 14px;
  }
  .news-arc .news-hot a .right div {
    font-size: 12px;
    margin-top: 0;
  }
  .news-arc .news-hot a .right em {
    font-size: 12px;
    margin-top: 0;
  }
}

/* 5.企业介绍 */
.brief {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 76px 0 90px;
}

.brief .chief {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brief .left {
  width: calc(100% - 631px);
  height: auto;
  box-sizing: border-box;
  padding-right: 65px;
}

.brief .left .name {
  color: #666666;
}

.brief .left .name p:nth-child(1) {
  font-size: 32px;
}

.brief .left .name p:nth-child(2) {
  font-size: 24px;
}

.brief .left .sub {
  margin-top: 7px;
  color: #666666;
}

.brief .left .desc {
  margin-top: 43px;
  color: #666666;
  font-size: 14px;
  line-height: 27px;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inman-ideograph;
}

.brief .ab-video {
  width: 631px;
  height: 468px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}

.brief .ab-video video {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.brief video::-webkit-media-controls-play-button {
  display: none;
}

.brief .ab-video .video-play {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.brief .ab-video .video-play img {
  display: block;
  width: 38px;
  height: 38px;
  margin: 215px auto 0;
}

@media (max-width: 1440px) {
  .brief {
    margin: 43px 0 53px;
  }
  .brief .left {
    width: calc(100% - 480px);
    padding-right: 37px;
  }
  .brief .ab-video {
    width: 480px;
    height: 356px;
  }
  .brief .ab-video .video-play img {
    margin: 159px auto 0;
  }
  .brief .left .name p:nth-child(1) {
    font-size: 23px;
  }
  .brief .left .name p:nth-child(2) {
    font-size: 18px;
  }
  .brief .left .desc {
    margin-top: 32px;
  }
}

@media (max-width: 1000px) {
  .brief {
    margin: 32px 0 47px;
  }
  .brief .chief {
    flex-direction: column;
  }
  .brief .left {
    width: 100%;
    padding-right: 0;
  }
  .brief .ab-video {
    width: 90%;
    height: 180px;
    margin-top: 13px;
  }
  .brief .ab-video .video-play img {
    width: 28px;
    height: 28px;
    margin: 76px auto 0;
  }
  .brief .left .name {
    text-align: center;
  }
  .brief .left .name p:nth-child(1) {
    font-size: 18px;
  }
  .brief .left .name p:nth-child(2) {
    font-size: 16px;
  }
  .brief .left .desc {
    margin-top: 9px;
    line-height: 23px;
    font-size: 12px;
  }
  .brief .left .sub {
    margin-top: 4px;
    text-align: center;
  }
}

/* 5-2.发展历程 */
.history {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 70px 0 90px;
}

.history .contents {
  margin-top: 50px;
}

.history .timeline {
  width: 100%;
  height: auto;
  margin-top: 43px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 43px;
  border-bottom: 1px solid #d8d8d8;
}

.history .timeline li {
  width: calc(100% / 11);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.history .timeline li p:nth-child(1) {
  font-size: 18px;
  color: #333;
}

.history .timeline li img {
  width: 34px;
  height: 34px;
  margin-bottom: -17px;
  display: none;
}

.history .timeline li .line {
  width: 1px;
  height: 75px;
  background-color: #d8d8d8;
}

.history .timeline .active p:nth-child(1),
.history .timeline li:hover p:nth-child(1) {
  color: #345df1;
  font-size: 32px;
  line-height: 32px;
}

.history .timeline .active .line,
.history .timeline li:hover .line {
  background-color: #345df1;
}

.history .timeline .active img,
.history .timeline li:hover img {
  display: block;
}

.history .timeline .active .line,
.history .timeline li:hover .line {
  margin-bottom: -23px;
}

.history .affair {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  margin-top: 50px;
  padding: 31px 28px;
  background-color: #f7f7f7;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.history .affair img {
  width: 13px;
  height: auto;
  cursor: pointer;
}

.history .affair .center {
  width: calc(100% - 26px);
  height: 100%;
  box-sizing: border-box;
  padding: 0 76px;
}

.history .affair .center h5 {
  font-size: 20px;
  color: #333333;
}

.history .affair .center .desc {
  color: #919191;
  box-sizing: border-box;
  line-height: 27px;
  margin-top: 7px;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
}

@media (max-width: 1440px) {
  .history {
    margin: 43px 0 53px;
  }
  .history .contents {
    margin-top: 32px;
  }
  .history .timeline {
    padding: 0 23px;
  }
  .history .timeline li p:nth-child(1) {
    font-size: 16px;
  }
  .history .affair {
    margin-top: 43px;
    padding: 23px 28px;
  }
  .history .timeline .active p:nth-child(1),
  .history .timeline li:hover p:nth-child(1) {
    font-size: 24px;
    line-height: 28px;
  }
  .history .affair .center {
    padding: 0 32px;
  }
  .history .affair .center h5 {
    font-size: 18px;
  }
  .history .affair .center .desc {
    line-height: 23px;
    margin-top: 7px;
  }
}

@media (max-width: 1000px) {
  .history {
    margin: 32px 0 43px;
  }
  .history .contents {
    margin-top: 13px;
  }
  .history .timeline {
    padding: 0;
    flex-wrap: wrap;
  }
  .history .timeline li {
    width: calc(100% / 3);
  }
  .history .timeline li p:nth-child(1) {
    font-size: 16px;
  }
  .history .timeline li .line {
    width: 1px;
    height: 32px;
  }
  .history .timeline li img {
    width: 17px;
    height: 17px;
    margin-bottom: -8.5px;
  }
  .history .timeline .active p:nth-child(1),
  .history .timeline li:hover p:nth-child(1) {
    font-size: 20px;
    line-height: 20px;
  }

  .history .timeline .active .line,
  .history .timeline li:hover .line {
    margin-bottom: -3px;
  }
  .history .affair {
    margin-top: 24px;
    padding: 13px 13px;
  }
  .history .affair .center {
    padding: 0 19px;
  }
  .history .affair .center h5 {
    font-size: 16px;
    text-align: center;
  }
  .history .affair .center .desc {
    line-height: 21px;
    margin-top: 7px;
  }
}

/* 6.联系我们 */
/* 6-1.合作 */
.coop, coop100 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 70px 0 90px;
}

    .coop .chief, .coop100 .chief {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        padding: 15px;
    }

    .coop a ,.coop100 .lists {
        width: calc((100% / 3) - 14px);
        display: block;
        height: auto;
        padding: 42px;
        background-color: #fff;
        border-radius: 3px;
        box-sizing: border-box;
        /* 蓝色阴影 */
        box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .2);
    }

        .coop a h3, .coop100 .lists h3{
            font-size: 24px;
            color: #333;
            font-weight: 400;
        }

        .coop a p, .coop100 .lists p{
            color: #666666;
            margin-top: 33px;
            line-height: 27px;
            height: 112px;
            /* 文字对齐 */
            text-align: justify;
            text-align-last: left;
            text-justify: inter-ideograph;
            overflow: hidden;
        }

.coop1 a p {
  height: 90px;
}
.coop100 .link {
    display: inline-block;
    margin-top: 10px;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 9px 12px;
    background-color: #eaeefe;
    cursor: pointer;
}
    .coop100 .link a {
        color: #345df1;
        font-size: 14px;
    }
    .coop100 .link span {
        padding: 0 3px;
        color: #345df1;
        font-size: 14px;
    }

    @media (max-width: 1440px) {
        .coop {
    margin: 43px 0 53px;
  }
    .coop a, .coop100 .lists {
        width: calc((100% / 3) - 6px);
        padding: 32px 23px;
    }
        .coop a h3, .coop100 .lists  h3{
            font-size: 20px;
        }
        .coop a p, .coop100 .lists p{
            margin-top: 23px;
            line-height: 24px;
        }
  .coop1 a p {
    height: 75px;
  }
}

@media (max-width: 1000px) {
  .coop {
    margin: 32px 0 43px;
  }
    .coop .chief ,.coop100 .chief {
        flex-wrap: wrap;
        padding: 0;
    }
    .coop a, .coop100 .lists{
        width: 100%;
        border-radius: 3px;
        padding: 17px 9px;
        box-shadow: 0 0 0 0;
        /* 蓝色边框 */
        border: 1px solid rgba(231, 233, 238, 1);
    }
        .coop a:nth-child(n + 2), .coop100 .lists:nth-child(n + 2) {
            margin-top: 7px;
        }
        .coop a h3, .coop100 .lists h3{
            font-size: 16px;
            text-align: center;
        }
        .coop a p, .coop100 .lists p{
            margin-top: 7px;
            line-height: 21px;
            text-align: center;
            text-align-last: center;
        }
  .coop1 a p {
    height: auto;
  }
}

/* 6-2.申请 */
.apply {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  overflow: hidden;
  padding: 70px 0 90px;
}

.apply ul {
  width: 40%;
  height: auto;
  margin: 50px auto 0;
}

.apply ul li {
  width: 100%;
  height: 45px;
  box-sizing: border-box;
  padding: 0 15px;
  background-color: #fff;
}

.apply ul li:not(:first-child) {
  margin-top: 20px;
}

.apply ul li label {
  float: left;
  font-size: 14px;
  color: #666666;
  font-weight: normal;
  width: 75px;
  height: 100%;
  line-height: 45px;
}

.apply ul li label span:nth-child(1) {
  color: #b71717;
}

.apply ul li em {
  float: left;
  width: 30px;
  height: 100%;
  margin-left: 23px;
  font-size: 14px;
  color: #d6d6d6;
  line-height: 47px;
  margin-right: 10px;
}

    .apply ul li input,
    .apply ul li textarea {
        width: calc(100% - 75px);
        color: #707070;
        border: 0;
        height: 100%;
        background-color: #f2f2f2;
        box-sizing: border-box;
        padding: 0 7px;
        font-size: 14px;
    }

.apply ul li:nth-child(3) input {
  width: calc(100% - 140px);
}

.apply ul li textarea {
  padding: 7px 0;
  resize: none;
}

/* select样式修改 */
.apply ul li select::-ms-expand {
  display: none;
}

.apply ul li select {
  border: 0;
  width: calc(50% - 47px);
  height: 100%;
  box-sizing: border-box;
  font-size: 14px;
  color: #707070;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../../../images/select-row.png) no-repeat right 7px top 50%;
  background-size: 18px 18px;
  padding-left: 7px;
}

.apply ul li select:nth-child(2) {
  float: left;
}

.apply ul li select:nth-child(3) {
  float: right;
}

.apply ul li select option {
  color: #707070;
  font-size: 14px;
  background-color: #fff;
}

.apply ul li select option:checked {
  color: #fff;
  background: rgb(128, 64, 99);
}

.apply ul li .space {
  float: left;
  width: 19px;
  height: 100%;
  background-color: #f4f7fa;
}

.apply .btns {
  width: 324px;
  height: 45px;
  line-height: 45px;
  margin: 45px auto 0;
  cursor: pointer;
}

.apply .pro {
  width: 40%;
  margin: 30px auto 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.apply .pro p {
  margin-left: 13px;
  color: #919191;
  font-size: 14px;
  margin-top:-5px;
}

.apply .pro p a {
  color: #345df1;
}

@media (max-width: 1400px) {
  .apply {
    padding: 43px 0 53px;
  }
  .apply ul {
    width: 50%;
    margin: 32px auto 0;
  }
  .apply ul li:not(:first-child) {
    margin-top: 13px;
  }
  .apply .pro {
    width: 50%;
    margin: 20px auto 0;
  }
  .apply .btns {
    margin-top: 30px;
  }
}

@media (max-width: 1000px) {
  .apply {
    padding: 32px 0 43px;
  }
  .apply ul {
    width: 100%;
    margin: 19px auto 0;
  }
  .apply ul li {
    padding: 0 7px;
    height: 37px;
  }
  .apply ul li:not(:first-child) {
    margin-top: 10px;
  }
  .apply ul li label {
    font-size: 12px;
    line-height: 37px;
    width: 65px;
  }
  .apply ul li input {
    width: calc(100% - 65px);
    font-size: 12px;
  }
  .apply ul li em {
    margin-left: 7px;
    font-size: 12px;
    line-height: 37px;
    margin-right: 3px;
  }
  .apply ul li:nth-child(3) input {
    width: calc(100% - 105px);
  }
  .apply ul li .space {
    width: 13px;
  }
  .apply ul li select {
    width: calc(50% - 39px);
    font-size: 12px;
  }
  .apply ul li select option {
    font-size: 12px;
  }
  .apply .pro {
    width: 100%;
    margin: 10px auto 0;
  }
  .apply .pro p {
    margin-left: 7px;
    font-size: 12px;
  }
  .apply .btns {
    width: 120px;
    height: 37px;
    line-height: 37px;
    margin: 15px auto 0;
  }
}

/* 6-3.联系我们 */
.contact {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 78px;
}

.contact .chief {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.contact .info li {
  display: flex;
  flex-direction: row;
  color: #707070;
}

.contact .info li:not(:first-child) {
  margin-top: 17px;
}

.contact .info li p img {
  width: 16px;
  height: auto;
  margin-right: 9px;
}

.contact .code li {
  display: inline-block;
}

.contact .code li:nth-child(1) {
  margin-right: 43px;
}

.contact .code li img {
  width: 150px;
  height: 150px;
}

.contact .code li p {
  text-align: center;
  margin-top: 9px;
  color: #333333;
}

.map {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 60px 0 90px;
}

.map img {
  width: 100%;
  height: auto;
}

@media (max-width: 1400px) {
  .contact {
    padding-top: 43px;
  }
  .contact .info li:not(:first-child) {
    margin-top: 13px;
  }
  .contact .info li p img {
    width: 13px;
    margin-right: 7px;
    margin-bottom: 3px;
  }
  .contact .code li:nth-child(1) {
    margin-right: 32px;
  }
  .contact .code li img {
    width: 120px;
    height: 120px;
  }
  .contact .code li p {
    margin-top: 7px;
  }
  .map {
    padding: 43px 0 75px;
  }
}

@media (max-width: 1000px) {
  .contact {
    padding-top: 32px;
  }
  .contact .chief {
    flex-direction: column;
  }
  .contact .info li:not(:first-child) {
    margin-top: 9px;
  }
  .contact .info li p img {
    width: 11px;
    height: auto;
    margin-right: 3px;
  }
  .contact .code li p {
    margin-top: 5px;
  }
  .contact .code {
    margin-top: 27px;
  }
  .contact .code li img {
    width: 75px;
    height: 75px;
  }
  .map {
    padding: 23px 0 43px;
  }
  .map img {
    height: 180px;
  }
}

/* 7.加入我们 */
/* 7-1.愿景 */
.vision {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 68px 0 90px;
  box-sizing: border-box;
}

.vision .contents {
  width: 100%;
  height: auto;
  display: flex;
}

.vision .contents a {
  display: block;
  width: calc((100% / 3) - 20px);
  height: auto;
  box-sizing: border-box;
  position: relative;
}

.vision .contents a:not(:nth-child(3n)) {
  margin-right: 30px;
}

.vision .contents a img {
  width: 100%;
  height: 100%;
}

.vision .contents a div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background-color: rgba(52, 93, 241, 0.3);
  box-sizing: border-box;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align: center;
}

.vision .contents a div h3 {
  font-size: 24px;
  font-weight: bold;
}

.vision .contents a div p {
  margin-top: 23px;
}

@media (max-width: 1440px) {
  .vision {
    margin: 43px 0;
  }
  .vision .contents a {
    display: block;
    width: calc((100% / 3) - 6px);
  }
  .vision .contents a:not(:nth-child(3n)) {
    margin-right: 9px;
  }
  .vision .contents a div h3 {
    font-size: 20px;
  }
  .vision .contents a div p {
    margin-top: 13px;
  }
}

@media (max-width: 1000px) {
  .vision {
    margin: 32px 0 43px;
  }
  .vision .contents {
    flex-direction: column;
  }
  .vision .contents a {
    width: 100%;
    height: 120px;
  }
  .vision .contents a:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .vision .contents a:nth-child(n + 2) {
    margin-top: 7px;
  }
  .vision .contents a div {
    padding: 37px 23px;
  }
  .vision .contents a div h3 {
    font-size: 16px;
  }
  .vision .contents a div p {
    margin-top: 7px;
  }
}

/* 7-2.福利 */
.JoinTwo .wel:nth-child(even){
    background-color:transparent;
}
    .JoinTwo .wel:nth-child(even) .chief {
        flex-direction: row-reverse;
    }
        .JoinTwo .wel:nth-child(even) .chief  .right {
            padding-left:0;
            padding-right:84px;
        }
        .wel {
            width: 100%;
            height: auto;
            overflow: hidden;
            box-sizing: border-box;
            padding: 70px 0 90px;
        }

.wel .chief {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wel img {
  width: 685px;
  height: 100%;
}

.wel .right {
  width: calc(100% - 685px);
  height: auto;
  box-sizing: border-box;
  padding-left: 84px;
}

.wel1 .right {
  padding-left: 0;
  padding-right: 84px;
}

.wel .right .desc {
  margin-top: 23px;
  color: #999999;
  line-height: 32px;
  min-height:192px;
}

.wel .right .pre {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 23px;
}

.wel1 .right .pre {
  margin-top: 110px;
}

.wel .right .pre img {
  width: calc((100% / 3) - 32px);
}

.wel .right .pre img:not(:last-child) {
  margin-right: 48px;
}

@media (max-width: 1440px) {
  .wel {
    padding: 43px 0 53px;
  }
  .wel img {
    width: 640px;
  }
  .wel .right {
    width: calc(100% - 640px);
    padding-left: 43px;
  }
  .wel1 .right {
    padding-left: 0;
    padding-right: 43px;
  }
  .wel .right .desc {
    margin-top: 13px;
    line-height: 27px;
    min-height:50px;
  }
  .wel .right .pre {
    margin-top: 23px;
  }
  .wel1 .right .pre {
    margin-top: 43px;
  }
  .wel .right .pre img {
    width: calc((100% / 3) - 20px);
  }
  .wel .right .pre img:not(:last-child) {
    margin-right: 30px;
  }
}

@media (max-width: 1000px) {
  .wel {
    padding: 32px 0 43px;
  }
  .wel .chief {
    flex-direction: column !important;
  }
    .JoinTwo .wel:nth-child(even) .chief .right{
        padding-right:0;
    }
    .wel img {
        width: 100%;
        height: auto;
        order: 2;
        margin: 6px auto 0;
    }
  .wel .right {
    width: 100%;
    order: 1;
    padding-left: 0;
  }
  .wel1 .right {
    padding-left: 0;
    padding-right: 0;
  }
  .wel .right .desc {
    margin-top: 13px;
    line-height: 21px;
    text-align: center;
  }
  .wel .right .pre {
    margin-top: 13px;
  }
  .wel .right .pre img {
    width: calc((100% / 3) - 4px);
    height: 90px;
  }
  .wel .right .pre img:not(:last-child) {
    margin-right: 6px;
  }
}

/* 7-3.风采展示 */
.mien {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 70px 0 90px;
}

.mien .contents {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.mien .contents a {
  display: block;
  height: 440px;
}

.mien .contents a:nth-child(1),
.mien .contents a:nth-child(4) {
  width: calc(56% - 12px);
}

.mien .contents a:nth-child(2),
.mien .contents a:nth-child(3) {
  width: calc(44% - 12px);
}

.mien .contents a:not(:nth-child(2n)) {
  margin-right: 24px;
}

.mien .contents a:nth-child(n + 3) {
  margin-top: 24px;
}

.mien .contents a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1440px) {
  .mien {
    padding: 43px 0 53px;
  }
  .mien .contents a {
    height: 412px;
  }
  .mien .contents a:nth-child(1),
  .mien .contents a:nth-child(4) {
    width: calc(60% - 7px);
  }
  .mien .contents a:nth-child(2),
  .mien .contents a:nth-child(3) {
    width: calc(40% - 7px);
  }
  .mien .contents a:not(:nth-child(2n)) {
    margin-right: 14px;
  }
  .mien .contents a:nth-child(n + 3) {
    margin-top: 7px;
  }
}

@media (max-width: 1000px) {
  .mien {
    padding: 37px 0 43px;
  }
  .mien .contents a {
    height: 180px;
  }
  .mien .contents a:nth-child(1),
  .mien .contents a:nth-child(4) {
    width: calc(65% - 2px);
  }
  .mien .contents a:nth-child(2),
  .mien .contents a:nth-child(3) {
    width: calc(35% - 2px);
  }
  .mien .contents a:not(:nth-child(2n)) {
    margin-right: 4px;
  }
  .mien .contents a:nth-child(n + 3) {
    margin-top: 3px;
  }
}

/* 7-4.热招岗位 */
.jobs {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  margin: 70px 0 90px;
}

.jobs ul {
  margin-top: 34px;
  width: 100%;
  height: auto;
  padding: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.jobs ul li {
  width: calc((100% / 3) - 24px);
  height: auto;
  /* overflow: hidden; */
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #fff;
  padding: 27px 24px;
  /* 蓝色阴影 */
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
  cursor: pointer;
}

.jobs ul li:not(:nth-child(3n)) {
  margin-right: 36px;
}

.jobs ul li:nth-child(n + 4) {
  margin-top: 36px;
}

.jobs ul li .top {
  border-bottom: 1px solid #efefef;
  box-sizing: border-box;
  padding-bottom: 13px;
  overflow: hidden;
}

.jobs ul li .top .name {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.jobs ul li .top .name p {
  float: left;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}

.jobs ul li .top .name span {
  float: right;
  display: block;
  color: #ffffff;
  width: 52px;
  height: 24px;
  background-color: #e67a2f;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.jobs ul li .add {
  width: 100%;
  margin-top: 18px;
  color: #666666;
}

.jobs ul li .add img {
  width: 12px;
  height: auto;
  margin-right: 12px;
}
    .jobs ul li .bottom .JoinLink {
        text-align: center;
        margin-top: 30px;
    }
.btn-popup {
    display: inline-block;
    margin: 0 20px;
    font-size: 14px;
    color: #919191;
}
    .btn-popup img {
        width: 8px;
        height: 8px;
        margin-left:3px;
    }
    .jobs ul li .bottom .exp {
        text-align: center;
        font-size: 14px;
        color: #919191;
        margin: 0 20px;
    }

.jobs ul li .bottom .exp img {
  width: 8px;
  height: 8px;
}

@media (max-width: 1440px) {
  .jobs {
    margin: 43px 0 63px;
  }
  .jobs ul {
    margin-top: 23px;
  }
    .jobs ul li {
        width: calc((100% / 3) - 7px);
        padding: 18px 22px;
    }
  .jobs ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .jobs ul li:nth-child(n + 4) {
    margin-top: 0;
  }
  .jobs ul li:not(:nth-child(3n)) {
    margin-right: 7px;
  }
  .jobs ul li:nth-child(n + 4) {
    margin-top: 7px;
  }
        .jobs ul li .add{
            margin-top:10px;

        }
        .jobs ul li .bottom .exp{
            margin-top:15px;
        }
}

@media (max-width: 1000px) {
  .jobs {
    margin: 32px 0 43px;
  }
  .jobs ul {
    margin-top: 13px;
    padding: 0;
  }
  .jobs ul li {
    width: 100%;
    padding: 19px 13px;
    box-shadow: 0 0 0 0;
    border-radius: 3px;
    /* 蓝色边框 */
    border: 1px solid rgba(231, 233, 238, 1);
  }
  .jobs ul li:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .jobs ul li:nth-child(n + 3) {
    margin-top: 0;
  }
  .jobs ul li:nth-child(n + 2) {
    margin-top: 7px;
  }
  .jobs ul li .top .name p {
    font-size: 16px;
  }
  .jobs ul li .top .name span {
    font-size: 12px;
    width: 43px;
    height: 20px;
    line-height: 20px;
  }
  .jobs ul li .add {
    margin-top: 13px;
  }
  .jobs ul li .add img {
    margin-right: 7px;
  }
  .jobs ul li .bottom .exp {
    font-size: 12px;
    margin-top: 15px;
  }
}

/* 8.产品服务*/
/* 8-1.特色功能 */
.fea {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  padding-top:70px;
}

.fea-pd1 {
  padding: 32px 0 0;
}

.fea-pd2 {
  padding: 32px 0 90px;
}

.fea .contents {
    padding:80px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fea img {
  width: 857px;
  height: auto;
}

.fea-use img {
  width: 756px;
}

.fea1 img {
  width: 566px;
}

.fea2 img {
  width: 714px;
}

.fea3 img {
  width: 580px;
}

.fea5 img {
  width: 770px;
}

.fea6 img {
  width: 643px;
}

.fea7 img {
  width: 690px;
}

.fea8 img {
  width: 760px;
}

.fea9 img {
  width: 840px;
}

.fea10 img {
  width: 623px;
}

.fea11 img {
  width: 768px;
}

.fea12 img {
  width: 549px;
}

.fea13 img {
  width: 788px;
}

.fea-trip .right {
  width: 772px;
}

.fea-trip .right img {
  width: 772px;
  margin-top: 18px;
  object-fit: fill;
}

.fea .left {
  width: calc(100% - 857px);
  height: auto;
  box-sizing: border-box;
  padding-right: 32px;
}

.fea-order .left {
  padding-right: 0;
  padding-left: 190px;
}

.fea-use .left {
  width: calc(100% - 756px);
  padding-left:30px;
}

.fea1 .left {
  width: calc(100% - 566px);
}

.fea2 .left {
  width: calc(100% - 714px);
}

.fea3 .left {
  width: calc(100% - 580px);
}

.fea5 .left {
  width: calc(100% - 770px);
  padding-left: 36px;
}

.fea6 .left {
  width: calc(100% - 643px);
}

.fea7 .left {
  width: calc(100% - 690px);
  padding-left: 96px;
}

.fea8 .left {
  width: calc(100% - 760px);
}

.fea9 .left {
  width: calc(100% - 840px);
  padding-left: 43px;
}

.fea10 .left {
  width: calc(100% - 623px);
}

.fea11 .left {
  width: calc(100% - 768px);
  padding-left: 71px;
}

.fea12 .left {
  width: calc(100% - 549px);
  padding-right: 223px;
}

.fea13 .left {
  width: calc(100% - 788px);
  padding-left: 31px;
}

.fea-trip .left {
  width: calc(100% - 772px);
  padding-right: 60px;
}

.fea .left h3 {
  font-size: 24px;
  color: #333333;
  line-height: 38px;
}

.fea .left .desc {
  margin-top: 44px;
  color: #666666;
  line-height: 32px;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inman-ideograph;
}

.fea8 .left .desc,
.fea9 .left .desc {
  margin-top: 0;
}

.fea .left .link {
  display: inline-block;
  margin-top: 24px;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 9px 12px;
  background-color: #eaeefe;
  cursor: pointer;
}

.fea .left .link a {
  color: #345df1;
  font-size: 14px;
}

.fea .left .link span {
  padding: 0 3px;
  color: #345df1;
  font-size: 14px;
}

.fea .spot {
  margin-top: 37px;
}

.fea .spot p {
  color: #666666;
  line-height: 32px;
}

.fea .spot p span:nth-child(1) {
  color: #345df1;
}

@media (max-width: 1440px) {
    .fea{
        padding-top:50px;
    }
        .fea .contents{
            padding:50px 0;
        }
        .fea-pd1 {
            padding: 32px 0 0;
        }
  .fea-pd2 {
    padding: 23px 0 75px;
  }
 /* .fea .contents {
    margin-top: 32px;
  }*/
  .fea img {
    width: 580px;
  }
  .fea1 img,
  .fea3 img,
  .fea7 img {
    width: 480px;
  }
  .fea-trip .right {
    width: 580px;
  }
  .fea .left {
    width: calc(100% - 580px);
  }
  .fea-trip .left {
    width: calc(100% - 580px);
  }
  .fea1 .left,
  .fea3 .left,
  .fea7 .left {
    width: calc(100% - 480px);
  }
  .fea7 .left {
    padding-left: 47px;
  }
  .fea .left h3 {
    font-size: 20px;
    line-height: 32px;
  }
  .fea .left .desc {
    margin-top: 23px;
    line-height: 27px;
  }
  .fea8 .left .desc,
  .fea9 .left .desc {
    margin-top: 0;
  }
  .fea .spot {
    margin-top: 23px;
  }
  .fea .spot p {
    line-height: 27px;
  }
    .ZhycYycj, .ZhycYylj, .ZhycCygl{
        padding:0 80px
    }
}

@media (max-width: 1000px) {
  .fea {
    padding: 0;
  }
  .fea-pd1 {
    padding: 19px 0 0;
  }
  .fea-pd2 {
    padding: 23px 0 20px;
  }
  .fea .contents {
    margin-top: 0;
    flex-direction: column;
  }
  .fea img {
    width: 50%;
    margin-top: 23px;
    order: 2;
  }
  .fea-trip .right {
    width: 100%;
    order: 2;
    text-align: center;
    margin-top: 0;
  }
  .fea-trip .right img {
    width: 100%;
    margin-top: 0;
  }
  .fea .left {
    width: 100%;
    padding-right: 0;
    order: 1;
    margin-top:20px;
  }
  .fea-order .left {
    padding-right: 0;
    padding-left: 0;
  }
  .fea .left h3 {
    font-size: 16px;
    line-height: 23px;
    text-align: center;
  }
  .fea .left .desc {
    margin-top: 7px;
    line-height: 21px;
    text-align: center;
    text-align-last: center;
  }
  .fea8 .left .desc,
  .fea9 .left .desc {
    margin-top: 0;
  }
  .fea .left .link {
    margin-top: 13px;
    padding: 7px 11px;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .fea .left .link a {
    font-size: 12px;
  }
  .fea .left .link span {
    font-size: 12px;
  }
  .fea .spot {
    margin-top: 19px;
  }
  .fea .spot p {
    line-height: 21px;
    text-align: center;
  }
}

/* 8-2.终端服务 */
.ter {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  padding: 70px 0 90px;
}

.ter .contents {
  margin-top: 74px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ter .contents1 {
  width: 60%;
  margin-left: 50%;
  transform: translateX(-50%);
}

.ter img {
  width: 464px;
  height: auto;
}

.ter .contents1 img {
  width: 322px;
}

.ter2 img {
  width: 556px;
}

.ter4 img {
  width: 626px;
}

.ter5 img {
  width: 734px;
}

.ter .left {
  width: calc(100% - 464px);
  height: auto;
  box-sizing: border-box;
  padding-right: 175px;
}

.ter .contents1 .left {
  width: calc(100% - 322px);
}

.ter-order .left {
  padding-right: 0;
  padding-left: 100px;
}

.ter2 .left {
  width: calc(100% - 556px);
}

.ter4 .left {
  width: calc(100% - 626px);
}

.ter5 .left {
  width: calc(100% - 734px);
}

.ter .left h3 {
  font-size: 24px;
  color: #333333;
  line-height: 38px;
}

.ter .left .desc {
  margin-top: 24px;
  color: #666666;
  line-height: 32px;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inman-ideograph;
}

.ter5 .left .desc {
  margin-top: 0;
}

.ter .contents .btns {
  margin-top: 50px;
}

@media (max-width: 1440px) {
  .ter {
    padding: 43px 0 75px;
  }
  .ter .contents {
    margin-top: 50px;
  }
  .ter .contents1 {
    width: 80%;
  }
  .ter img {
    width: 500px;
  }
  .ter .left {
    width: calc(100% - 500px);
    padding-right: 120px;
  }
  .ter-order .left {
    padding-right: 0;
    padding-left: 90px;
  }
  .ter .left h3 {
    font-size: 20px;
    line-height: 32px;
  }
  .ter .left .desc {
    margin-top: 19px;
    line-height: 27px;
  }
  .ter5 .left .desc {
    margin-top: 0;
  }
  .ter .contents .btns {
    margin-top: 32px;
  }
}

@media (max-width: 1000px) {
  .ter {
    padding: 25px 0;
  }
    .ter .contents {
        margin-top: 23px;
        flex-direction: column-reverse;
    }
  .ter .contents1 {
    width: 100%;
    margin-top: 13px;
  }
  .ter img {
    width: 50%;
    margin-top: 23px;
    order: 2;
  }
  .ter .contents1 img {
    width: 50%;
    margin-top: 23px;
    order: 2;
  }
  .ter .left {
    width: 100%;
    padding-right: 0;
    order: 1;
  }
  .ter .contents1 .left {
    width: 100%;
  }
  .ter-order .left {
    padding-right: 0;
    padding-left: 0;
  }
  .ter .left h3 {
    font-size: 16px;
    line-height: 23px;
    text-align: center;
  }
  .ter .left .desc {
    margin-top: 7px;
    line-height: 21px;
    text-align: center;
    text-align-last: center;
  }
  .ter5 .left .desc {
    margin-top: 0;
  }
  .ter .contents .btns {
    margin: 13px auto 0;
  }
}

/* 8-3.服务项目 */
.serve {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 72px 0 90px;
  position:relative;
}

.serve .contents {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  padding: 15px;
  margin-top: 50px;
  position:relative;
}

.serve .contents a {
  display: block;
  height: auto;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  /* 蓝色阴影 */
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .16);
}

.serve .contents a img {
  width: 100%;
  height: auto;
}

.serve .contents a h3 {
  color: #040504;
  line-height: 27px;
  padding: 12px 17px;
  box-sizing: border-box;
  text-align: center;
}

.serve .sorter {
  margin-top: 30px;
  text-align: center;
}

.serve .sorter p {
  display: inline-block;
  width: 40px;
  height: 4px;
  border-radius: 23px;
  background-color: #d2d4d5;
  cursor: pointer;
}

.serve .sorter p:not(:last-child) {
  margin-right: 18px;
}

.serve .sorter .active {
  background-color: #345df1;
}

@media (max-width: 1440px) {
  .serve {
    padding: 43px 0 75px;
  }
  .serve .contents {
    margin-top: 23px;
    width: 100%;
    flex-wrap: wrap;
  }
  .serve .sorter {
    margin-top: 15px;
  }
  .serve .sorter p {
    width: 32px;
  }
  .serve .sorter p:not(:last-child) {
    margin-right: 9px;
  }
  .serve .contents a h3 {
    line-height: 27px;
    padding: 9px 13px;
  }
}

@media (max-width: 1000px) {
  .serve {
    padding: 32px 0 53px;
  }
  .serve .contents {
    padding: 0;
    width: 100%;
    margin-top: 13px;
  }
  .serve .contents a {
    width: 100%;
    min-width: 100%;
    box-shadow: 0 0 0 0;
    border-radius: 3px;
    margin-right: 7px;
    /* 蓝色边框 */
    border: 1px solid rgba(231, 233, 238, 1);
  }
  .serve .contents a:nth-child(n + 3) {
    margin-top: 0;
  }
  .serve .contents a:nth-child(n + 2) {
    margin-top: 9px;
  }
 
  .serve .contents a h3 {
    font-size: 14px;
    line-height: 21px;
    padding: 11px 7px;
  }
  .serve .sorter p {
    width: 28px;
    height: 2px;
  }
}

/* 9.解决方案 */
/* 9-1.智慧车站 */
.stat {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 70px 0 90px;
}

.stat .contents {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.stat .contents img {
  width: 640px;
  height: auto;
}

.stat .contents .left {
  width: calc(100% - 640px);
  box-sizing: border-box;
  padding-right: 180px;
}

.stat .contents .left h4 {
  font-size: 20px;
  color: #333333;
}

.stat .contents ul {
  width: 100%;
  height: auto;
  margin-top: 35px;
}

.stat .contents ul li {
  display: flex;
  align-items: center;
}

.stat .contents ul li:nth-child(n + 2) {
  margin-top: 20px;
}

.stat .contents ul li h3 {
  font-family: "Impact";
  font-size: 57px;
  line-height: 57px;
  color: rgba(52, 93, 241, 0.2);
  margin-right: 28px;
}

.stat .contents ul li h6 {
  font-size: 18px;
}

.stat .contents ul p {
  color: #666666;
  margin-top: 5px;
}

.stat .contents .btns {
  margin-top: 44px;
}

@media (max-width: 1440px) {
  .stat {
    padding: 43px 0 75px;
  }
  .stat .contents {
    margin-top: 32px;
  }
  .stat .contents img {
    width: 590px;
  }
  .stat .contents .left {
    width: calc(100% - 590px);
    padding-right: 32px;
  }
  .stat .contents .left h4 {
    font-size: 18px;
  }
  .stat .contents ul {
    margin-top: 27px;
  }
  .stat .contents ul li:nth-child(n + 2) {
    margin-top: 15px;
  }
  .stat .contents ul li h3 {
    font-size: 37px;
    margin-right: 14px;
  }
  .stat .contents ul li h6 {
    font-size: 16px;
  }
  .stat .contents .btns {
    margin-top: 32px;
  }
}

@media (max-width: 1000px) {
  .stat {
    padding: 30px 0;
  }
  .stat .contents {
    margin-top: 13px;
    flex-direction: column;
  }
  .stat .contents img {
    width: 100%;
    margin-top: 23px;
  }
  .stat .contents .left {
    width: 100%;
    padding-right: 0;
  }
  .stat .contents .left h4 {
    font-size: 16px;
    text-align: center;
  }
  .stat .contents ul {
    margin: 13px auto 0;
  }
  .stat .contents ul li {
    flex-direction: column;
    text-align: center;
  }
  .stat .contents ul li:nth-child(n + 2) {
    margin-top: 7px;
  }
  .stat .contents ul li h3 {
    font-size: 27px;
    line-height: 32px;
    margin-right: 0;
  }
  .stat .contents ul li h6 {
    font-size: 14px;
  }
  .stat .contents ul p {
    margin-left: 0;
  }
  .stat .contents ul li .desc {
    margin-top: -4px;
  }
  .stat .contents .btns {
    margin: 19px auto 0;
  }
}

/* 9-2.实施流程 */
.flow {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  overflow: hidden;
  padding: 70px 0 90px;
}

.flow img {
  width: 100%;
  height: auto;
  margin-top: 45px;
}

@media (max-width: 1440px) {
  .flow {
    padding: 43px 0 50px;
  }
  .flow img {
    margin-top: 32px;
  }
}

@media (max-width: 1000px) {
  .flow {
    padding: 30px 0;
  }
  .flow img {
    margin-top: 23px;
  }
}

/* 9-3.客户案例1 */
.anli1 {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  overflow: hidden;
  padding: 70px 0 90px;
}

.anli1 .contents {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}

.anli1 .contents .cut {
  width: 30px;
  height: auto;
  cursor: pointer;
}

.anli1 .contents .center {
  width: calc(100% - 60px);
  height: 100%;
  box-sizing: border-box;
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.anli1 .contents .center img {
  width: 491px;
  height: auto;
  border-radius: 10px;
}

.anli1 .contents .center .right {
  width: calc(100% - 491px);
  padding-left: 62px;
}

.anli1-order .contents .center .right {
  padding-left: 0;
  padding-right: 62px;
}

.anli1 .contents .center .text {
  color: #666666;
  box-sizing: border-box;
  line-height: 32px;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
}

.anli1 .contents .center h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 32px;
  color: #333333;
}

.anli1 .contents .center h3 img {
  width: 33px;
  height: 35px;
  margin-right: 20px;
}

@media (max-width: 1440px) {
  .anli1 {
    padding: 43px 0 75px;
  }
  .anli1 .contents {
    margin-top: 32px;
  }
  .anli1 .contents .cut {
    width: 20px;
  }
  .anli1 .contents .center {
    width: calc(100% - 42px);
    padding: 0 32px;
  }
  .anli1 .contents .center img {
    width: 320px;
  }
  .anli1 .contents .center .right {
    width: calc(100% - 320px);
    padding-left: 32px;
  }
  .anli1-order .contents .center .right {
    padding-left: 0;
    padding-right: 32px;
  }
  .anli1 .contents .center .text {
    line-height: 27px;
  }
  .anli1 .contents .center h3 {
    font-size: 18px;
    margin-bottom: 23px;
  }
  .anli1 .contents .center h3 img {
    width: 27px;
    height: 29px;
    margin-right: 10px;
  }
}

@media (max-width: 1000px) {
  .anli1 {
    padding: 30px 0;
  }
  .anli1 .contents {
    margin-top: 19px;
  }
  .anli1 .contents .cut {
    width: 15px;
  }
  .anli1 .contents .center {
    width: calc(100% - 30px);
    padding: 0 13px;
    flex-direction: column;
  }
  .anli1 .contents .center img {
    width: 100%;
    height: 120px;
    border-radius: 10px;
    order: 1;
  }
  .anli1 .contents .center .right {
    width: 100%;
    margin-top: 9px;
    padding-left: 0;
    order: 2;
  }
  .anli1-order .contents .center .right {
    padding-left: 0;
    padding-right: 0;
  }
  .anli1 .contents .center .text {
    line-height: 21px;
  }
  .anli1 .contents .center h3 {
    font-size: 16px;
    margin-bottom: 7px;
    text-align: center;
    margin-top: 13px;
    font-weight: normal;
  }
  .anli1 .contents .center h3 img {
    width: 19px;
    height: 21px;
    margin-right: 5px;
  }
}

/* 9-4.业务特点 */
.bus {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  overflow: hidden;
  padding: 70px 0 90px;
}

.bus ul {
  margin-top: 50px;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bus ul li {
  width: calc((100% / 3) - 20px);
  height: auto;
  background-color: #fff;
  box-sizing: border-box;
  padding: 27px 64px 41px;
  /* 蓝色阴影 */
  box-shadow: 0 0 15px 0 rgba(233, 235, 240, 1);
  border-radius: 3px;
}

.bus ul li:nth-child(n + 4) {
  margin-top: 30px;
}

.bus ul li .icon {
  width: 100%;
  height: 65px;
}

.bus ul li img {
  height: auto;
}

.bus ul li:nth-child(1) img {
  width: 49px;
}

.bus ul li:nth-child(2) img {
  width: 53px;
}

.bus ul li:nth-child(3) img {
  width: 54px;
}

.bus ul li:nth-child(4) img {
  width: 55px;
}

.bus ul li:nth-child(5) img {
  width: 50px;
}

.bus ul li:nth-child(6) img {
  width: 42px;
}

.bus1 ul li:nth-child(1) img {
  width: 60px;
}

.bus1 ul li:nth-child(2) img {
  width: 43px;
}

.bus1 ul li:nth-child(3) img {
  width: 54px;
}

.bus1 ul li:nth-child(4) img {
  width: 61px;
}

.bus1 ul li:nth-child(5) img {
  width: 58px;
}

.bus1 ul li:nth-child(6) img {
  width: 63px;
}

.bus ul li h3 {
  font-size: 24px;
  margin-top: 23px;
  color: #333333;
}

.bus ul li div {
  color: #666666;
  margin-top: 27px;
  line-height: 32px;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
}

@media (max-width: 1440px) {
  .bus {
    padding: 42px 0 75px;
  }
  .bus ul {
    margin-top: 32px;
  }
  .bus ul li {
    width: calc((100% / 3) - 7px);
    padding: 19px 32px 37px;
  }
  .bus ul li:nth-child(n + 4) {
    margin-top: 0;
  }
  .bus ul li:nth-child(n + 3) {
    margin-top: 7px;
  }
  .bus ul li .icon {
    height: 45px;
  }
  .bus ul li:nth-child(1) img {
    width: 39px;
  }
  .bus ul li:nth-child(2) img {
    width: 43px;
  }
  .bus ul li:nth-child(3) img {
    width: 44px;
  }
  .bus ul li:nth-child(4) img {
    width: 44px;
  }
  .bus ul li:nth-child(5) img {
    width: 40px;
  }
  .bus ul li:nth-child(6) img {
    width: 32px;
  }
  .bus ul li h3 {
    font-size: 20px;
    margin-top: 19px;
  }
  .bus ul li div {
    margin-top: 13px;
    line-height: 27px;
  }
  .bus1 ul li:nth-child(1) img {
    width: 50px;
  }
  .bus1 ul li:nth-child(2) img {
    width: 33px;
  }
  .bus1 ul li:nth-child(3) img {
    width: 44px;
  }
  .bus1 ul li:nth-child(4) img {
    width: 51px;
  }
  .bus1 ul li:nth-child(5) img {
    width: 48px;
  }
  .bus1 ul li:nth-child(6) img {
    width: 53px;
  }
}

@media (max-width: 1000px) {
  .bus {
    padding: 32px 0 47px;
  }
  .bus ul {
    margin-top: 19px;
    padding: 0;
  }
  .bus ul li {
    width: 100%;
    padding: 13px 13px 19px;
    text-align: center;
    box-shadow: 0 0 0 0;
    /* 蓝色边框 */
    border: 1px solid rgba(231, 233, 238, 1);
  }
  .bus ul li:nth-child(n + 3) {
    margin-top: 0;
  }
  .bus ul li:nth-child(n + 2) {
    margin-top: 7px;
  }
  .bus ul li .icon {
    height: auto;
    text-align: center;
  }
  .bus ul li:nth-child(1) img {
    width: 29px;
  }
  .bus ul li:nth-child(2) img {
    width: 27px;
  }
  .bus ul li:nth-child(3) img {
    width: 30px;
  }
  .bus ul li:nth-child(4) img {
    width: 30px;
  }
  .bus ul li:nth-child(5) img {
    width: 30px;
  }
  .bus ul li:nth-child(6) img {
    width: 22px;
  }
  .bus ul li h3 {
    font-size: 16px;
    margin-top: 13px;
  }
  .bus ul li div {
    margin-top: 3px;
    line-height: 21px;
    text-align-last: center;
  }
  .bus1 ul li:nth-child(1) img {
    width: 30px;
  }
  .bus1 ul li:nth-child(2) img {
    width: 23px;
  }
  .bus1 ul li:nth-child(3) img {
    width: 27px;
  }
  .bus1 ul li:nth-child(4) img {
    width: 28px;
  }
  .bus1 ul li:nth-child(5) img {
    width: 25px;
  }
  .bus1 ul li:nth-child(6) img {
    width: 28px;
  }
}

/* 9-4.客户案例2 */
.anli2 {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  overflow: hidden;
  padding: 70px 0 90px;
}

.anli2 .contents {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

.anli2 .contents a {
  display: block;
  width: calc((100% / 3) - 20px);
  height: auto;
}

.anli2 .contents a:nth-child(n + 4) {
  margin-top: 30px;
}

.anli2 .contents a img {
  width: 100%;
  object-fit: fill;
}

.anli2 .contents a div {
  padding: 30px 32px 0 0;
  box-sizing: border-box;
}

.anli2 .contents a h3 {
  font-size: 16px;
  color: #040504;
}

.anli2 .contents a p {
  color: #666666;
  margin-top: 14px;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inman-ideograph;
}

@media (max-width: 1440px) {
  .anli2 .contents {
    margin-top: 32px;
  }
  .anli2 .contents a {
    width: calc((100% / 3) - 7px);
  }
  .anli2 .contents a:nth-child(n + 4) {
    margin-top: 0;
  }
  .anli2 .contents a:nth-child(n + 4) {
    margin-top: 7px;
  }
  .anli2 .contents a div {
    padding: 15px 23px 0 0;
  }
  .anli2 .contents a p {
    margin-top: 7px;
  }
}

@media (max-width: 1000px) {
  .anli2 .contents {
    margin-top: 19px;
  }
  .anli2 .contents a {
    width: 100%;
  }
  .anli2 .contents a:nth-child(n + 3) {
    margin-top: 0;
  }
  .anli2 .contents a:nth-child(n + 2) {
    margin-top: 13px;
  }
  .anli2 .contents a div {
    padding: 13px 0 0 0;
  }
  .anli2 .contents a h3 {
    font-size: 14px;
    text-align: center;
  }
  .anli2 .contents a p {
    font-size: 12px;
    text-align: center;
    text-align-last: center;
  }
    .anli2{
        padding:30px 0;
    }
}

/* 9-5.智慧票务 */
.ticket {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  overflow: hidden;
  padding: 70px 0 90px;
}

.ticket {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 72px 0 90px;
}

.ticket .contents {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
  justify-content: space-between;
  padding: 15px;
  margin-top: 50px;
}

.ticket .contents a {
  display: block;
  width: calc((100% / 4) - 18px);
  min-width: calc((100% / 4) - 18px);
  height: auto;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  /* 蓝色阴影 */
  box-shadow: 0 0 15px 0 rgba(233, 235, 240, 1);
}

.ticket .contents a img {
  width: 100%;
  height: auto;
}

.ticket .contents a div {
  color: #040504;
  padding: 26px 27px 35px;
  box-sizing: border-box;
}

.ticket .contents a div h3 {
  text-align: center;
  font-size: 20px;
}

.ticket .contents a div p {
  margin-top: 15px;
}

.ticket .contents a div p em {
  display: inline-block;
  width: 48%;
  font-size: 14px;
  color: #666666;
  font-style: normal;
  text-align: center;
}

.ticket .contents a div .btns-tint {
  display: block;
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  background-color: #dee5fd;
  color: #345df1;
  font-size: 14px;
  margin: 37px auto 0;
}

.ticket .contents a:hover div .btns-tint,
.ticket .contents .active div .btns-tint {
  background-color: #fbeadd;
  color: #e67a2f;
}

@media (max-width: 1440px) {
  .ticket {
    padding: 43px 0 75px;
  }
  .ticket .contents {
    margin-top: 23px;
    width: 100%;
    flex-wrap: wrap;
  }
  .ticket .contents a {
    width: calc((100% / 4) - 8px);
    min-width: calc((100% / 4) - 8px);
  }
  .ticket .contents a:nth-child(n + 5) {
    margin-top: 16px;
  }
  .ticket .contents a div {
    padding: 17px 19px 29px;
  }
  .ticket .contents a div h3 {
    font-size: 18px;
  }
  .ticket .contents a div .btns-tint {
    margin: 23px auto 0;
  }
}

@media (max-width: 1000px) {
  .ticket {
    padding: 32px 0 53px;
  }
  .ticket .contents {
    padding: 0;
    width: 100%;
    margin-top: 13px;
  }
  .ticket .contents a {
    width: 100%;
    min-width: 100%;
    box-shadow: 0 0 0 0;
    border-radius: 3px;
    margin-right: 7px;
    /* 蓝色边框 */
    border: 1px solid rgba(231, 233, 238, 1);
  }
  .ticket .contents a:nth-child(n + 3) {
    margin-top: 0;
  }
  .ticket .contents a:nth-child(n + 2) {
    margin-top: 9px;
  }
  .ticket .contents a div {
    padding: 17px 13px 21px;
  }
  .ticket .contents a div h3 {
    font-size: 16px;
  }
  .ticket .contents a div p em {
    font-size: 12px;
  }
  .ticket .contents a div .btns-tint {
    width: 120px;
    height: 32px;
    line-height: 32px;
    margin: 23px auto 0;
    font-size: 12px;
  }
}

/* 9-6.客户案例3 */
.anli3 {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  overflow: hidden;
  padding: 70px 0 90px;
}

.anli3 .contents {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
  justify-content: space-between;
  padding: 15px;
  margin-top: 50px;
}

.anli3 .contents a {
  display: block;
  width: calc((100% / 3) - 18px);
  height: auto;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  /* 蓝色阴影 */
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .16);
}

.anli3 .contents a img {
  width: 100%;
  height: auto;
}

.anli3 .contents a div {
  color: #040504;
  padding: 25px 30px;
  box-sizing: border-box;
}

.anli3 .contents a div h3 {
  font-size: 20px;
  font-weight: bold;
  color: #345df1;
  margin-bottom: 12px;
}

.anli3 .contents a div p {
  color: #666666;
}

.anli3 .contents a div p img {
  width: 17px;
  height: 8px;
}

.anli3 .contents a div h3:nth-child(3) {
  margin-top: 30px;
}

@media (max-width: 1440px) {
  .anli3 {
    padding: 43px 0 75px;
  }
  .anli3 .contents {
    margin-top: 23px;
    width: 100%;
    flex-wrap: wrap;
  }
  .anli3 .contents a {
    width: calc((100% / 3) - 8px);
    min-width: calc((100% / 3) - 8px);
  }
  .anli3 .contents a div {
    padding: 19px 23px;
  }
  .anli3 .contents a div h3 {
    font-size: 18px;
    margin-bottom: 7px;
  }
  .anli3 .contents a div .bottom {
    margin-top: 17px;
  }
}

@media (max-width: 1000px) {
  .anli3 {
    padding: 32px 0 53px;
  }
  .anli3 .contents {
    padding: 0;
    width: 100%;
    margin-top: 13px;
  }
  .anli3 .contents a {
    width: 100%;
    min-width: 100%;
    box-shadow: 0 0 0 0;
    border-radius: 3px;
    margin-right: 7px;
    /* 蓝色边框 */
    border: 1px solid rgba(231, 233, 238, 1);
  }
  .anli3 .contents a:nth-child(n + 2) {
    margin-top: 9px;
  }
  .anli3 .contents a div {
    padding: 13px 13px 19px;
  }
  .anli3 .contents a div h3 {
    font-size: 16px;
    text-align: center;
    font-weight: normal;
  }
  .anli3 .contents a div p {
    text-align: center;
  }
  .anli3 .contents a div h3:nth-child(3) {
    margin-top: 13px;
  }
}

/* 9-7.核心能力 */
.core {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  overflow: hidden;
  padding: 70px 0 90px;
}

.core ul {
  margin-top: 50px;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.core ul li {
  width: calc((100% / 4) - 18px);
  height: auto;
  background-color: #fff;
  box-sizing: border-box;
  padding: 60px 32px;
  /* 蓝色阴影 */
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .16);
  border-radius: 3px;
}

.core ul li .icon {
  width: 100%;
  height: 60px;
  text-align: center;
}

.core ul li img {
  width: 60px;
  height: auto;
}

.core ul li h3 {
  font-size: 24px;
  margin-top: 32px;
  color: #333333;
  text-align: center;
}

@media (max-width: 1440px) {
  .core {
    padding: 42px 0 75px;
  }
  .core ul {
    margin-top: 32px;
  }
  .core ul li {
    width: calc((100% / 4) - 7px);
    padding: 43px 32px;
  }
  .core ul li:nth-child(n + 5) {
    margin-top: 14px;
  }
  .core ul li .icon {
    height: 45px;
  }
  .core ul li img {
    width: 43px;
  }
  .core ul li h3 {
    font-size: 20px;
    margin-top: 19px;
  }
}

@media (max-width: 1000px) {
  .core {
    padding: 32px 0 47px;
  }
  .core ul {
    margin-top: 19px;
    padding: 0;
  }
  .core ul li {
    width: calc((100% / 2) - 3px);
    padding: 23px 13px;
    box-shadow: 0 0 0 0;
    /* 蓝色边框 */
    border: 1px solid rgba(231, 233, 238, 1);
  }
  .core ul li:nth-child(n + 3) {
    margin-top: 6px;
  }
  .core ul li .icon {
    height: 32px;
  }
  .core ul li img {
    width: 29px;
  }
  .core ul li h3 {
    font-size: 16px;
    margin-top: 13px;
  }
}
